home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / skin.xml265 < prev    next >
Text File  |  2007-08-09  |  2KB  |  36 lines

  1. <settings>
  2.     <!-- named colours -->
  3.     <NamedColors>
  4.         <NamedColor name="FreeDiskSpace" color="#90008800"/>    
  5.         <NamedColor name="UsedDiskSpace" color="#90880000"/>                
  6.     </NamedColors>
  7.     
  8.     <!-- text style -->
  9.     <TextStyles>        
  10.     </TextStyles>
  11.  
  12.     <!-- placements -->
  13.     <Placements>
  14.                 <Placement name="Info" loc="25,11"/>
  15.     </Placements>
  16.     
  17.     <!-- Composite Images -->    
  18.     <CompositeImages>
  19.  
  20.         <CompositeImage name="Info" size="70,75">
  21.             <DrawCommonImage name="DetailsViewNormalItemBackground"/>
  22.                         <DrawImage filename="@usageGraph" loc="30,12" size="40,40" />
  23.             <DrawText text="System Information" loc="5,5" size="90,80" textStyle="GeneralTextHeaderStyle" align="Center"/>
  24.             <DrawText text="Free Disk Space:" loc="2,55" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  25.             <DrawText text="@FreeDiskSpaceGB" loc="35,55" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  26.             <DrawText text="Total Disk Space:" loc="2,61" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  27.             <DrawText text="@TotalDiskSpaceGB" loc="35,61" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  28.             <DrawText text="Version:" loc="2,75" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  29.             <DrawText text="@version" loc="35,75" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  30.             <DrawText text="Current Time:" loc="2,81" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  31.             <DrawText text="@currentTime" loc="35,81" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  32.             <DrawText text="@epgStatus" loc="35,87" size="90,80" textStyle="GeneralTextStyle" align="Left"/>
  33.         </CompositeImage>
  34.  
  35.     </CompositeImages>             
  36. </settings>